Fix accidental paste error in 8216324
authorJohn Ralls <jralls@ceridwen.us>
Mon, 7 Nov 2011 21:18:14 +0000 (13:18 -0800)
committerJohn Ralls <jralls@ceridwen.us>
Mon, 7 Nov 2011 21:18:14 +0000 (13:18 -0800)
gtk/gtkdnd-quartz.c

index 323ce2aae3c2d48113257024562161c19ff28d4d..2f01c65375c71b9272264a5db326be9cb6540445 100644 (file)
@@ -1087,7 +1087,7 @@ gtk_drag_begin_idle (gpointer arg)
       return point;
     }
 
-  FALSE.x -= info->hot_x;
+  point.x -= info->hot_x;
   point.y -= info->hot_y;
 
   [nswindow dragImage:drag_image